[INFO] cloning repository https://github.com/rlarson20/almie
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rlarson20/almie" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frlarson20%2Falmie", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frlarson20%2Falmie'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 19594af469838c5037dde4b549bdb4a47c1ee303
[INFO] fixing rlarson20/almie against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frlarson20%2Falmie" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rlarson20/almie
[INFO] finished tweaking git repo https://github.com/rlarson20/almie
[INFO] tweaked toml for git repo https://github.com/rlarson20/almie written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rlarson20/almie on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rlarson20/almie already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rawpointer v0.2.1
[INFO] [stderr]   Downloaded matrixmultiply v0.3.10
[INFO] [stderr]   Downloaded ndarray v0.16.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a5d72ffe18dedc81fde4634f7eea10971122bbfed256dbd4988715d1e7342055
[INFO] running `Command { std: "docker" "start" "a5d72ffe18dedc81fde4634f7eea10971122bbfed256dbd4988715d1e7342055", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a5d72ffe18dedc81fde4634f7eea10971122bbfed256dbd4988715d1e7342055" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5d72ffe18dedc81fde4634f7eea10971122bbfed256dbd4988715d1e7342055", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a5d72ffe18dedc81fde4634f7eea10971122bbfed256dbd4988715d1e7342055" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking almie v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: `self` parameter is only allowed in associated functions
[INFO] [stdout]  --> src/MetalBackend.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     &self,
[INFO] [stdout]   |     ^^^^^ not semantically valid as function parameter
[INFO] [stdout]   |
[INFO] [stdout]   = note: associated functions are those in `impl` or `trait` definitions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `self` parameter is only allowed in associated functions
[INFO] [stdout]  --> src/MetalBackend.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     &self,
[INFO] [stdout]   |     ^^^^^ not semantically valid as function parameter
[INFO] [stdout]   |
[INFO] [stdout]   = note: associated functions are those in `impl` or `trait` definitions
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0106]: missing lifetime specifier
[INFO] [stdout]   --> src/tensor.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     shape: &[usize],
[INFO] [stdout]    |            ^ expected named lifetime parameter
[INFO] [stdout]    |
[INFO] [stdout] help: consider using the `'a` lifetime
[INFO] [stdout]    |
[INFO] [stdout] 13 |     shape: &'a [usize],
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0106]: missing lifetime specifier
[INFO] [stdout]   --> src/tensor.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 |     strides: &[usize],
[INFO] [stdout]    |              ^ expected named lifetime parameter
[INFO] [stdout]    |
[INFO] [stdout] help: consider using the `'a` lifetime
[INFO] [stdout]    |
[INFO] [stdout] 14 |     strides: &'a [usize],
[INFO] [stdout]    |               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0106]: missing lifetime specifier
[INFO] [stdout]   --> src/tensor.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     shape: &[usize],
[INFO] [stdout]    |            ^ expected named lifetime parameter
[INFO] [stdout]    |
[INFO] [stdout] help: consider using the `'a` lifetime
[INFO] [stdout]    |
[INFO] [stdout] 20 |     shape: &'a [usize],
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0106]: missing lifetime specifier
[INFO] [stdout]   --> src/tensor.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |     strides: &[usize],
[INFO] [stdout]    |              ^ expected named lifetime parameter
[INFO] [stdout]    |
[INFO] [stdout] help: consider using the `'a` lifetime
[INFO] [stdout]    |
[INFO] [stdout] 21 |     strides: &'a [usize],
[INFO] [stdout]    |               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MTLSize` in this scope
[INFO] [stdout]  --> src/MetalBackend.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 |     grid: MTLSize,
[INFO] [stdout]   |           ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MTLSize` in this scope
[INFO] [stdout]  --> src/MetalBackend.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     group: MTLSize,
[INFO] [stdout]   |            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `BackendError` in this scope
[INFO] [stdout]   --> src/MetalBackend.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 | ) -> Result<(), BackendError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout]  4 | fn dispatch<BackendError>(
[INFO] [stdout]    |            ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorViewMut` in this scope
[INFO] [stdout]  --> src/backend.rs:7:30
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fn gemm(&self, dst: &mut TensorViewMut, a: &TensorView, b: &TensorView);
[INFO] [stdout]   |                              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorViewMut;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorView` in this scope
[INFO] [stdout]  --> src/backend.rs:7:49
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fn gemm(&self, dst: &mut TensorViewMut, a: &TensorView, b: &TensorView);
[INFO] [stdout]   |                                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorView` in this scope
[INFO] [stdout]  --> src/backend.rs:7:65
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fn gemm(&self, dst: &mut TensorViewMut, a: &TensorView, b: &TensorView);
[INFO] [stdout]   |                                                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorViewMut` in this scope
[INFO] [stdout]  --> src/backend.rs:8:31
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn softmax(&self, x: &mut TensorViewMut, dim: usize);
[INFO] [stdout]   |                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorViewMut;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorViewMut` in this scope
[INFO] [stdout]  --> src/backend.rs:9:31
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rmsnorm(&self, y: &mut TensorViewMut, x: &TensorView, weight: &TensorView, eps: f32);
[INFO] [stdout]   |                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorViewMut;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorView` in this scope
[INFO] [stdout]  --> src/backend.rs:9:50
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rmsnorm(&self, y: &mut TensorViewMut, x: &TensorView, weight: &TensorView, eps: f32);
[INFO] [stdout]   |                                                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorView` in this scope
[INFO] [stdout]  --> src/backend.rs:9:71
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rmsnorm(&self, y: &mut TensorViewMut, x: &TensorView, weight: &TensorView, eps: f32);
[INFO] [stdout]   |                                                                       ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorViewMut` in this scope
[INFO] [stdout]   --> src/backend.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn rope(&self, q: &mut TensorViewMut, k: &mut TensorViewMut, pos: usize, theta: f32);
[INFO] [stdout]    |                            ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::tensor::TensorViewMut;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorViewMut` in this scope
[INFO] [stdout]   --> src/backend.rs:10:51
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn rope(&self, q: &mut TensorViewMut, k: &mut TensorViewMut, pos: usize, theta: f32);
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::tensor::TensorViewMut;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Mmap` in this scope
[INFO] [stdout]  --> src/safetensor.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 |     mmap: Mmap,
[INFO] [stdout]   |           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0106]: missing lifetime specifier
[INFO] [stdout]   --> src/tensor.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     shape: &[usize],
[INFO] [stdout]    |            ^ expected named lifetime parameter
[INFO] [stdout]    |
[INFO] [stdout] help: consider using the `'a` lifetime
[INFO] [stdout]    |
[INFO] [stdout] 13 |     shape: &'a [usize],
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0106]: missing lifetime specifier
[INFO] [stdout]   --> src/tensor.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 |     strides: &[usize],
[INFO] [stdout]    |              ^ expected named lifetime parameter
[INFO] [stdout]    |
[INFO] [stdout] help: consider using the `'a` lifetime
[INFO] [stdout]    |
[INFO] [stdout] 14 |     strides: &'a [usize],
[INFO] [stdout]    |               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `HashMap` in this scope
[INFO] [stdout]  --> src/safetensor.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 |     index: HashMap<String, TensorView<'mmap>>,
[INFO] [stdout]   |            ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 3 + use std::collections::HashMap;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorView` in this scope
[INFO] [stdout]  --> src/safetensor.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 |     index: HashMap<String, TensorView<'mmap>>,
[INFO] [stdout]   |                            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 3 + use crate::tensor::TensorView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]  --> src/tensor.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 |     pub ptr: Arc<Vec<u8>>,
[INFO] [stdout]   |              ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::sync::Arc;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmallVec` in this scope
[INFO] [stdout]  --> src/tensor.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 |     pub shape: SmallVec<[usize; 6]>,
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmallVec` in this scope
[INFO] [stdout]  --> src/tensor.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub strides: SmallVec<[usize; 6]>,
[INFO] [stdout]   |                  ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DType` in this scope
[INFO] [stdout]   --> src/tensor.rs:5:16
[INFO] [stdout]    |
[INFO] [stdout]  5 |     pub dtype: DType,
[INFO] [stdout]    |                ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: enum `crate::dtype::DType` exists but is inaccessible
[INFO] [stdout]   --> src/dtype.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum DType {
[INFO] [stdout]    | ^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DType` in this scope
[INFO] [stdout]   --> src/tensor.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     dtype: DType,
[INFO] [stdout]    |            ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: enum `crate::dtype::DType` exists but is inaccessible
[INFO] [stdout]   --> src/dtype.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum DType {
[INFO] [stdout]    | ^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DType` in this scope
[INFO] [stdout]   --> src/tensor.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     dtype: DType,
[INFO] [stdout]    |            ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: enum `crate::dtype::DType` exists but is inaccessible
[INFO] [stdout]   --> src/dtype.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum DType {
[INFO] [stdout]    | ^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0106]: missing lifetime specifier
[INFO] [stdout]   --> src/tensor.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     shape: &[usize],
[INFO] [stdout]    |            ^ expected named lifetime parameter
[INFO] [stdout]    |
[INFO] [stdout] help: consider using the `'a` lifetime
[INFO] [stdout]    |
[INFO] [stdout] 20 |     shape: &'a [usize],
[INFO] [stdout]    |             ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0106]: missing lifetime specifier
[INFO] [stdout]   --> src/tensor.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |     strides: &[usize],
[INFO] [stdout]    |              ^ expected named lifetime parameter
[INFO] [stdout]    |
[INFO] [stdout] help: consider using the `'a` lifetime
[INFO] [stdout]    |
[INFO] [stdout] 21 |     strides: &'a [usize],
[INFO] [stdout]    |               ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MTLSize` in this scope
[INFO] [stdout]  --> src/MetalBackend.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 |     grid: MTLSize,
[INFO] [stdout]   |           ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MTLSize` in this scope
[INFO] [stdout]  --> src/MetalBackend.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     group: MTLSize,
[INFO] [stdout]   |            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `BackendError` in this scope
[INFO] [stdout]   --> src/MetalBackend.rs:10:17
[INFO] [stdout]    |
[INFO] [stdout] 10 | ) -> Result<(), BackendError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout]  4 | fn dispatch<BackendError>(
[INFO] [stdout]    |            ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorViewMut` in this scope
[INFO] [stdout]  --> src/backend.rs:7:30
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fn gemm(&self, dst: &mut TensorViewMut, a: &TensorView, b: &TensorView);
[INFO] [stdout]   |                              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorViewMut;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorView` in this scope
[INFO] [stdout]  --> src/backend.rs:7:49
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fn gemm(&self, dst: &mut TensorViewMut, a: &TensorView, b: &TensorView);
[INFO] [stdout]   |                                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `metal` in this scope
[INFO] [stdout]  --> src/MetalBackend.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     buffers: &[&metal::Buffer],
[INFO] [stdout]   |                 ^^^^^ use of unresolved module or unlinked crate `metal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `metal`, use `cargo add metal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0106, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0106`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorView` in this scope
[INFO] [stdout]  --> src/backend.rs:7:65
[INFO] [stdout]   |
[INFO] [stdout] 7 |     fn gemm(&self, dst: &mut TensorViewMut, a: &TensorView, b: &TensorView);
[INFO] [stdout]   |                                                                 ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorViewMut` in this scope
[INFO] [stdout]  --> src/backend.rs:8:31
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn softmax(&self, x: &mut TensorViewMut, dim: usize);
[INFO] [stdout]   |                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorViewMut;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorViewMut` in this scope
[INFO] [stdout]  --> src/backend.rs:9:31
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rmsnorm(&self, y: &mut TensorViewMut, x: &TensorView, weight: &TensorView, eps: f32);
[INFO] [stdout]   |                               ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorViewMut;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorView` in this scope
[INFO] [stdout]  --> src/backend.rs:9:50
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rmsnorm(&self, y: &mut TensorViewMut, x: &TensorView, weight: &TensorView, eps: f32);
[INFO] [stdout]   |                                                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorView` in this scope
[INFO] [stdout]  --> src/backend.rs:9:71
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rmsnorm(&self, y: &mut TensorViewMut, x: &TensorView, weight: &TensorView, eps: f32);
[INFO] [stdout]   |                                                                       ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use crate::tensor::TensorView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorViewMut` in this scope
[INFO] [stdout]   --> src/backend.rs:10:28
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn rope(&self, q: &mut TensorViewMut, k: &mut TensorViewMut, pos: usize, theta: f32);
[INFO] [stdout]    |                            ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::tensor::TensorViewMut;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorViewMut` in this scope
[INFO] [stdout]   --> src/backend.rs:10:51
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn rope(&self, q: &mut TensorViewMut, k: &mut TensorViewMut, pos: usize, theta: f32);
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::tensor::TensorViewMut;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Mmap` in this scope
[INFO] [stdout]  --> src/safetensor.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 |     mmap: Mmap,
[INFO] [stdout]   |           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `HashMap` in this scope
[INFO] [stdout]  --> src/safetensor.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 |     index: HashMap<String, TensorView<'mmap>>,
[INFO] [stdout]   |            ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 3 + use std::collections::HashMap;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `TensorView` in this scope
[INFO] [stdout]  --> src/safetensor.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 |     index: HashMap<String, TensorView<'mmap>>,
[INFO] [stdout]   |                            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 3 + use crate::tensor::TensorView;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Arc` in this scope
[INFO] [stdout]  --> src/tensor.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 |     pub ptr: Arc<Vec<u8>>,
[INFO] [stdout]   |              ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::sync::Arc;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmallVec` in this scope
[INFO] [stdout]  --> src/tensor.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 |     pub shape: SmallVec<[usize; 6]>,
[INFO] [stdout]   |                ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `SmallVec` in this scope
[INFO] [stdout]  --> src/tensor.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub strides: SmallVec<[usize; 6]>,
[INFO] [stdout]   |                  ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DType` in this scope
[INFO] [stdout]   --> src/tensor.rs:5:16
[INFO] [stdout]    |
[INFO] [stdout]  5 |     pub dtype: DType,
[INFO] [stdout]    |                ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: enum `crate::dtype::DType` exists but is inaccessible
[INFO] [stdout]   --> src/dtype.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum DType {
[INFO] [stdout]    | ^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DType` in this scope
[INFO] [stdout]   --> src/tensor.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 |     dtype: DType,
[INFO] [stdout]    |            ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: enum `crate::dtype::DType` exists but is inaccessible
[INFO] [stdout]   --> src/dtype.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum DType {
[INFO] [stdout]    | ^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DType` in this scope
[INFO] [stdout]   --> src/tensor.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 |     dtype: DType,
[INFO] [stdout]    |            ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] note: enum `crate::dtype::DType` exists but is inaccessible
[INFO] [stdout]   --> src/dtype.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum DType {
[INFO] [stdout]    | ^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `metal` in this scope
[INFO] [stdout]  --> src/MetalBackend.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     buffers: &[&metal::Buffer],
[INFO] [stdout]   |                 ^^^^^ use of unresolved module or unlinked crate `metal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `metal`, use `cargo add metal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0106, E0425, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `almie` (bin "almie" test) due to 27 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0106`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `almie` (bin "almie") due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "a5d72ffe18dedc81fde4634f7eea10971122bbfed256dbd4988715d1e7342055", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5d72ffe18dedc81fde4634f7eea10971122bbfed256dbd4988715d1e7342055", kill_on_drop: false }`
[INFO] [stdout] a5d72ffe18dedc81fde4634f7eea10971122bbfed256dbd4988715d1e7342055
